projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e8f15
)
* Makefile.in (.c.o): Make the rule start with a tab, not spaces.
author
Jim Blandy
<jimb@redhat.com>
Tue, 18 May 1993 20:35:35 +0000
(20:35 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Tue, 18 May 1993 20:35:35 +0000
(20:35 +0000)
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index e38f7d53fee3a6c5f9f43623c9a483df1dbd7936..74a77a1e99eb289377588160df18189593b5838a 100644
(file)
--- a/
lib-src/Makefile.in
+++ b/
lib-src/Makefile.in
@@
-104,7
+104,7
@@
SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \
### the information in ../src/config.h.
ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src ${CFLAGS}
.c.o:
- ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
+
${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
all: ${EXECUTABLES}